home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / MAP < prev    next >
Text File  |  1992-10-27  |  404b  |  16 lines

  1. to map :map.template [:template.lists] 2
  2. op map1 :template.lists 1
  3. end
  4.  
  5. to map1 :template.lists :template.number
  6. if emptyp first :template.lists [output first :template.lists]
  7. output combine (apply :map.template firsts :template.lists) ~
  8.                (map1 bfs :template.lists :template.number+1)
  9. end
  10.  
  11. to ?rest [:which 1]
  12. output bf item :which :template.lists
  13. end
  14.  
  15. bury [map map1 ?rest]
  16.